home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / JSSW110.ARJ / JSSW110.DOC < prev    next >
Text File  |  1992-02-18  |  6KB  |  133 lines

  1. Program:        JS Convert
  2. Version:        1.10 ShareWare
  3. Date:           02/18/92
  4. Author:         George Spafford
  5.  
  6. Purpose:
  7.  
  8. To convert one-up cheshire labels which are 8 lines by n-characters wide to
  9. the .JS2 format used by Cheshire Corporation's JetStream II controllers.  This
  10. program is for data conversion only - nothing else.
  11.  
  12. Requirements:
  13.  
  14. This program processes the data created by a mailing program.  At work, we
  15. use Arc Tangent's excllent Professional Mail package to print one-up (that's
  16. one label across) labels to a data file rather than the printer.  To do this,
  17. I highly recommend at least a 386DX 33Mhz system and a fast hard drive.  At
  18. work, we use a 386-33Mhz cached system with a 120MB 18ms IDE hard drive.
  19.  
  20. Procedure:
  21.  
  22. JSSW reads in eight-line labels from disk files.  Each label must be 8 lines
  23. and can be of any length.  For this program to correctly recognize zip code
  24. bundle breaks, the last bundle must have a bundle inidicia marker on it.  This
  25. marker has to be on the first line and the first 10 characters must be
  26. asterisks.  Examples
  27.    1
  28.    2     TOM THUMB
  29.    3     Thumb Coporation
  30.    4     3001 Somewhere
  31.    5     St. Joseph, MI 49085
  32.    6
  33.    7
  34.    8
  35.    1     ***********************************  3-DIGIT 490
  36.    2     Wayne's World Computers
  37.    3     Mr.  W. Keeter
  38.    4     12345 33rd Street, Suite 205
  39.    5     St. Joseph, MI 49085
  40.    6
  41.    7
  42.    8
  43.  
  44. See how line 1 is reserved for the bundle marker?  This is ideal but not
  45. a forced necessity.  The last bundle marker must have the asterisks though.
  46. Next, notice how lines 6, 7 and 8 are there and not compressed?  if the last
  47. lines in the label are blank, they must have their position held.  JSSW pulls
  48. in eight lines, edits them, pulls in another eight, edits them and so forth.
  49. The program must be able to pull in eight consecutive lines each time.
  50.  
  51. JSSW is regularly used with ArcTangent's Professional mail v2.04 so I know it
  52. will work with that version.  Also, since Group One licenses ATPM, I am going
  53. to make the possibly wrong assumption that JSSW will work with it as well.
  54.  
  55. When JSSW encounters a bundle marker, it will place a "1" in byte 27 of the
  56. control line signaling the ACM that a ZipSort change has occurred.  If it does
  57. not find the 10 asterisks, it will NOT place a "1" in this field.  It depends
  58. on your application as to whether or not you need this field to be marked.
  59.  
  60. Nuts -n- Bolts:
  61.  
  62. JSSW executes the program.  If you need to create an output file for yourself
  63. to view with Buerg's LIST or another program to validate the output, use
  64. JSSW D.  The "D" will turn on the debug mode on and the outputted text file
  65. will be legible.  A debug file will NOT run the Cheshire correctly!!!!!
  66.  
  67. Once JSSW is executed, it asks you for the name of the input file.  This is the
  68. name of the file that you printer your labels to.  It then asks you for the
  69. name of the output file.  This is the name of the JS2 file that you want to
  70. create.
  71.  
  72. The program will then ask you if you want to specify record lengths or have it
  73. automatically determine them.  This is asking you if you know what your longest
  74. label line is or not.  If you printed a 50 character label, you could tell the
  75. program that the record length is 50 or a number greater than 50.  At work, or
  76. label lengths vary a great deal so we have settled on a standard of 60
  77. characters.  All this does is set a length that then all lines are padded out
  78. to with spaces in order to create fixed length lines.  You can NOT specify a
  79. length shorter than your longest line.  If you have the program auto-set the
  80. length, then there will be a delay as the program reads each and every line of
  81. data file to determine what the longest line is.  Once it has determined that,
  82. it will pad all lines out to that length.
  83.  
  84. Once the JS2 file has been created, it then needs to be downloaded to tape.
  85. We use the tape program by CATAMOUNT to Download to the Cypher drive that
  86. is in the Cheshire controller unit.  You can download the file to any 9-track
  87. and take it to the Cheshire as long as you follow their tape guidelines.
  88.  
  89. CopyRights:
  90.  
  91.         LIST is a file viewer CopyRighted by Vernon Buerg
  92.         ArcList is a copyright of Group One Software.
  93.         ArcTangent Professional Mail is copy righted by ArcTangent
  94.         Cheshire is a VideoJet company and they make the JetStream II inkjet
  95.                  system and its associated software and hardware.
  96.        
  97.         In no way, am I employed, or represent, any of the above mentioned
  98.         parties.
  99.  
  100.  
  101. Registration:
  102.  
  103.         JSSW is released as shareware.  Its price is $20 for each concurrently
  104.         used copy.  When you compare this to the price of some of the packages
  105.         that are on the market, if you can find them, it is very reasonable.
  106.         If you have any suggestions or comments, I'd REALLY like to hear those
  107.         too.  Remember, this is shareware, NOT freeware.  If you find that this
  108.         program is of use to you, please register it within 30 days of your
  109.         first use of it.
  110.  
  111.                 Sincerely,
  112.  
  113.                 George Spafford
  114.                 3001 LakeShore Drive, #329
  115.                 St. Joseph, MI 49085
  116.  
  117.         Data:  (616) 468-5026  Queued Access BBS 14.4Kb USR Dual HST
  118.                                FIDOnet: 1:2340/0 NEC/NC Site.
  119.                                Sysop:  Tim Akright
  120.  
  121.         And now for the unpleasantries:
  122.  
  123.         Code CopyRight:  January 1992
  124.         
  125.         JSSW IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO
  126.         WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
  127.         TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE,
  128.         WITH RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL
  129.         THE AUTHOR BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST
  130.         SAVINGS, OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  131.         OUT OF THE USE OF OR THE INABILITY TO USE THIS PROGRAM.
  132.         ----------------------------------------------------------------
  133.